home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_PICT / Convert PICT.app / English.lproj / Convert_PICT.nib / data.classes next >
Text File  |  1995-06-12  |  2KB  |  100 lines

  1. PICTFile = {
  2.     SUPERCLASS = File;
  3. };
  4. PictConverter = {
  5.     SUPERCLASS = AbstractConverter;
  6. };
  7. ProgressIndicator = {
  8.     SUPERCLASS = View;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. TextConverter = {
  16.     SUPERCLASS = ResultObject;
  17. };
  18. File = {
  19.     SUPERCLASS = ResultObject;
  20. };
  21. TextFile = {
  22.     SUPERCLASS = File;
  23. };
  24. ConvertController = {
  25.     ACTIONS = {
  26.     appWillTerminate:;
  27.     PrepareForConversion:;
  28.     appDidInit:;
  29.     displayPreferences:;
  30.     UserDecided:;
  31.     };
  32.     OUTLETS = {
  33.     spellingCommand;
  34.     SourceFileName;
  35.     pasteCommand;
  36.     windowsCommands;
  37.     cutCommand;
  38.     servicesCommands;
  39.     ProgressWindow;
  40.     DestPath;
  41.     decisionText;
  42.     checkSpellingCommand;
  43.     SourceTitle;
  44.     editCommands;
  45.     infoCommands;
  46.     DestFileName;
  47.     SourcePathTitle;
  48.     StatusTitle;
  49.     prefPanel;
  50.     DestTitle;
  51.     quitCommand;
  52.     ProgressMeter;
  53.     hideCommand;
  54.     Status;
  55.     DestPathTitle;
  56.     SourcePath;
  57.     decisionWindow;
  58.     listener;
  59.     converterInst;
  60.     };
  61.     SUPERCLASS = ResultObject;
  62. };
  63. MacToNeXTText = {
  64.     SUPERCLASS = TextConverter;
  65. };
  66. AbstractConverter = {
  67.     ACTIONS = {
  68.     ReportTo:;
  69.     };
  70.     OUTLETS = {
  71.     myManager;
  72.     };
  73.     SUPERCLASS = ResultObject;
  74. };
  75. ResultObject = {
  76.     SUPERCLASS = Object;
  77. };
  78. PictController = {
  79.     ACTIONS = {
  80.     ChangePSCodeSet:;
  81.     ChangeCharConversion:;
  82.     ChangeCommentProcessing:;
  83.     ChangePacking:;
  84.     displayPreferences:;
  85.     ChangeCLUTuse:;
  86.     };
  87.     OUTLETS = {
  88.     PicCommentItem;
  89.     ColorTableButton;
  90.     CompressButton;
  91.     ConvertAllCharsButton;
  92.     ConvertCommand;
  93.     PSCodeSetButton;
  94.     };
  95.     SUPERCLASS = ConvertController;
  96. };
  97. PSFile = {
  98.     SUPERCLASS = TextFile;
  99. };
  100.